home *** CD-ROM | disk | FTP | other *** search
/ Aminet 21 / Aminet 21 (1997)(GTI - Schatztruhe)[!][Oct 1997].iso / Aminet / comm / bbs / Cit_Util_7H21.lha / Citadel_clog.lha / clog.doc < prev   
Text File  |  1997-07-27  |  2KB  |  53 lines

  1. CLOG
  2.  
  3.    CLOG provides access to the userlog for the Sysop.  To use it, the file
  4. CTDLTABL.SYS must exist, and so must be CTDLLOG.SYS.
  5.  
  6.    There are two ways of using CLOG.  First, there is the simple call:
  7.  
  8.      $ CLOG
  9.  
  10. This will print out on the console the list of users in the file as they
  11. appear in the file.  The user of this program should be warned that
  12. Citadel does not put new users into the userlog in sequential order.
  13. Instead, they are hashed into the log.  Usually, first user to log into
  14. the system ends up occupying the last position in the file!  In general,
  15. users are sprinkled everywhere, so don't be alarmed if nothing shows up
  16. right away.  Be patient.
  17.  
  18.    In any case, the list is printed out as follows.  First, the log
  19. position will be printed out, which will always be in sequential order.
  20. If nobody occupies that position, then CLOG proceeds to the next log
  21. position.  If somebody does occupy that position, then the name of that
  22. person (or alias) will be printed out, followed by his/her status as
  23. aide, expert/non-expert, screen width, and if they have net privileges
  24. the entry will be followed by a 'N'.
  25.  
  26.    The second way to use CLOG is to give it arguments.  There are two
  27. arguments currently available in the MS-DOS version.  The first is the
  28. "-P" argument:
  29.  
  30.    $ CLOG -P
  31.  
  32.    This will cause the passwords to be listed along with the user's name.
  33. This is useful if somebody forgets their password.
  34.  
  35.    An optional second argument is a user's name.  When a user's name
  36. appears on the command line, then data for that account only will be
  37. shown.  You may use -P and a user's name on the same command line.
  38.  
  39.    $ CLOG -P "SANTA CLAUS"
  40.  
  41.    If, for some reason, the sysop wants a list to be put out to a file,
  42. use the re-direction commands. If you want the list to be put out
  43. to the file LOG.LST, the type
  44.  
  45.    $ CLOG >LOG.LST
  46.  
  47.    Note:  For security sake, you should be very careful with what files
  48. your users have access to.  If a user should get your CTDLTABL.SYS and
  49. the CTDLLOG.SYS, they could use this program to gain access to all the
  50. users on your system.  Do not create directory rooms with access to these
  51. files.
  52.  
  53.